home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Graphics Programming (2nd Edition) / Visual Basic Graphics Programming 2nd Edition.iso / Src / Ch1 / Font.frm (.txt) < prev    next >
Visual Basic Form  |  1999-03-18  |  1KB  |  38 lines

  1. VERSION 5.00
  2. Begin VB.Form frmFont 
  3.    Caption         =   "Font"
  4.    ClientHeight    =   2175
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2175
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.Label Label1 
  13.       Alignment       =   2  'Center
  14.       BackColor       =   &H00FFFFFF&
  15.       BorderStyle     =   1  'Fixed Single
  16.       Caption         =   "Visual Basic Graphics Programming"
  17.       BeginProperty Font 
  18.          Name            =   "Bremen Bd BT"
  19.          Size            =   26.25
  20.          Charset         =   0
  21.          Weight          =   700
  22.          Underline       =   0   'False
  23.          Italic          =   -1  'True
  24.          Strikethrough   =   0   'False
  25.       EndProperty
  26.       Height          =   1935
  27.       Left            =   120
  28.       TabIndex        =   0
  29.       Top             =   120
  30.       Width           =   4455
  31.    End
  32. Attribute VB_Name = "frmFont"
  33. Attribute VB_GlobalNameSpace = False
  34. Attribute VB_Creatable = False
  35. Attribute VB_PredeclaredId = True
  36. Attribute VB_Exposed = False
  37. Option Explicit
  38.